You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TVec Class > TVec Methods > SortAscend Method > TVec.SortAscend Method (int, int, [In] TVecInt)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TVec.SortAscend Method (int, int, [In] TVecInt)

Sort calling vector elements [Index]..[Index+Len-1].

Syntax
C#
Visual Basic
public TVec SortAscend(int Index, int Len, [In] TVecInt IndexVec);

An exception is raised if TMtxVecBase.ConditionCheck is True and array borders are overrun. 

IndexVec contains the new order of elements. The order is stored in an array of integers which are accessible via the IValues property.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!